.navbar {
    box-shadow: 0px 1px 4px #15223214;
}

.col-md-2 {
    box-shadow: 0px 3px 6px #00000029;
    position: relative;
}

.table-active-green {
    padding-top: 20px;
    background-color: #2187961A;
}

table.dataTable {
    width: 100% !important;
}

tr {
    border: #fff;
}

.btn-green {
    top: 148px;
    left: 1362px;
    width: 178px;
    height: 40px;
    background: #75C19F;
    border-radius: 25px;
    color: #fff;
    border: 2px solid #75C19F;
}

.btn-green:hover {
    border: 2px solid #000;
}

.btn-green-o {
    top: 148px;
    left: 1362px;
    width: 178px;
    height: 40px;
    background: #F8F8F8;
    border: 2px solid #75C19F;
    border-radius: 25px;
    color: #75C19F;
}

.btn-green-o:hover {
    background: #75C19F;
    color: #F8F8F8;
}

.btn-red {
    top: 148px;
    left: 1362px;
    width: 178px;
    height: 40px;
    background: #F8F8F8;
    border: 1px solid #E84C11;
    border-radius: 25px;
    color: #E84C11;
}

.btn-red:hover {
    background: #E84C11;
    color: #F8F8F8;
}

.card {
    border-radius: 5px;
    box-shadow: 0px 1px 4px #15223214;
}

.collapsible {
    cursor: pointer;
    /* padding: 18px; */
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
    border: none;
    background-color: transparent;
}

.activeNav {
    color: #62B990 !important;
    text-decoration: none;
    font-weight: 600;
}

.collapse-content ul {
    list-style: none;
    padding-left: 10px;
}

.collapse-content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.collapsible {
    height: 30px;
}

#pdf_icon {
    display: flex;
    justify-content: center;
    color: #75C19F;
    font-weight: bold;
}

.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_length {
    padding-bottom: 15px !important;
}

table.dataTable thead th {
    padding: 6px !important;
    /* max-width: 200px !important; */
    width: auto !important;
}

table.dataTable thead th,
table.dataTable thead td {
    border-bottom: transparent !important;
}

.dropdown-menu[data-bs-popper] {
    left: -145% !important;
}

.submenu .item img {
    padding-right: 10px;
}

.submenu .item .collapsible i {
    padding-right: 18px !important;
    margin-top: 3px;
}

.check {
    display: flex;
}

.kaaba_bg {
    background-image: url('../assets/img/kaaba.svg');
    min-height: calc(100vh - 76px);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.login .card {
    background-color: rgb(255, 255, 255, 0.5);
}

.editImg {
    width: 100%;
    height: 80px;
    object-fit: cover;
}

.delete-btn {
    color: #fff;
    text-decoration: none;
    background-color: #E84C11;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    position: absolute;
    top: 3px;
    right: 15px;
}
.delete-btn:hover {
    color: #E84C11;
    background-color: #fff;
}

@media screen and (max-width: 991px) {

    .submenu {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    .submenu .item img {
        padding-right: 5px;
    }

    .submenu .item .collapsible i {
        padding-right: 10px !important;
    }

    .card {
        padding: 15px !important;
        margin: 30px 10px !important;
    }

    .card h3 {
        font-size: 20px;
    }

    .card th,
    .card td {
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {

    .card div:first-child {
        display: block !important;
    }

    th,
    td,
    button {
        font-size: 12px !important;
    }

    h3 {
        font-size: 20px !important;
    }

    #logo {
        max-height: 40px;
    }

    #profile {
        max-height: 30px;
    }

    .check span {
        font-size: 12px;
    }

    #position {
        margin-left: 0px !important;
    }

    .mobile_hidden {
        display: none;
    }
}

@media screen and (max-width: 575px) {

    .submenu {
        gap: 0px;
    }

    .submenu .item {
        width: 50%;
    }

    .card th,
    .card td,
    label,
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        font-size: 10px !important;
    }
}
